﻿2026-05-28T04:04:53.1683017Z ##[group]Run actions/checkout@v6
2026-05-28T04:04:53.1683838Z with:
2026-05-28T04:04:53.1684164Z   lfs: true
2026-05-28T04:04:53.1684465Z   repository: yorvana/android
2026-05-28T04:04:53.1685036Z   token: ***
2026-05-28T04:04:53.1685342Z   ssh-strict: true
2026-05-28T04:04:53.1685649Z   ssh-user: git
2026-05-28T04:04:53.1685980Z   persist-credentials: true
2026-05-28T04:04:53.1686323Z   clean: true
2026-05-28T04:04:53.1686656Z   sparse-checkout-cone-mode: true
2026-05-28T04:04:53.1687031Z   fetch-depth: 1
2026-05-28T04:04:53.1687342Z   fetch-tags: false
2026-05-28T04:04:53.1687660Z   show-progress: true
2026-05-28T04:04:53.1687996Z   submodules: false
2026-05-28T04:04:53.1688310Z   set-safe-directory: true
2026-05-28T04:04:53.1688868Z ##[endgroup]
2026-05-28T04:04:53.2861774Z Syncing repository: yorvana/android
2026-05-28T04:04:53.2863840Z ##[group]Getting Git version info
2026-05-28T04:04:53.2864511Z Working directory is '/home/runner/work/android/android'
2026-05-28T04:04:53.2865276Z [command]/usr/bin/git version
2026-05-28T04:04:53.2957497Z git version 2.54.0
2026-05-28T04:04:53.2999183Z [command]/usr/bin/git lfs version
2026-05-28T04:04:53.3711874Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T04:04:53.3733960Z ##[endgroup]
2026-05-28T04:04:53.3753708Z Temporarily overriding HOME='/home/runner/work/_temp/f982159f-1d6c-4e3c-96ae-6fe5a4e618db' before making global git config changes
2026-05-28T04:04:53.3758205Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T04:04:53.3762532Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T04:04:53.3817410Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T04:04:53.3822491Z ##[group]Initializing the repository
2026-05-28T04:04:53.3827982Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T04:04:53.3958747Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T04:04:53.3960834Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T04:04:53.3963332Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T04:04:53.3965026Z hint: call:
2026-05-28T04:04:53.3965831Z hint:
2026-05-28T04:04:53.3966969Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T04:04:53.3968313Z hint:
2026-05-28T04:04:53.3969607Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T04:04:53.3971560Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T04:04:53.3973297Z hint:
2026-05-28T04:04:53.3974057Z hint: 	git branch -m <name>
2026-05-28T04:04:53.3974852Z hint:
2026-05-28T04:04:53.3975931Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T04:04:53.3982926Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T04:04:53.3992685Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T04:04:53.4041554Z ##[endgroup]
2026-05-28T04:04:53.4043450Z ##[group]Disabling automatic garbage collection
2026-05-28T04:04:53.4044626Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T04:04:53.4077836Z ##[endgroup]
2026-05-28T04:04:53.4079428Z ##[group]Setting up auth
2026-05-28T04:04:53.4080714Z Removing SSH command configuration
2026-05-28T04:04:53.4082547Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T04:04:53.4117540Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T04:04:53.4407041Z Removing HTTP extra header
2026-05-28T04:04:53.4412899Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T04:04:53.4459830Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T04:04:53.4689249Z Removing includeIf entries pointing to credentials config files
2026-05-28T04:04:53.4696133Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T04:04:53.4730729Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T04:04:53.4977688Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-692f9e0d-dae9-481b-bf23-7f5f3e43ad19.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T04:04:53.5017528Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-692f9e0d-dae9-481b-bf23-7f5f3e43ad19.config
2026-05-28T04:04:53.5055482Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-692f9e0d-dae9-481b-bf23-7f5f3e43ad19.config
2026-05-28T04:04:53.5107949Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-692f9e0d-dae9-481b-bf23-7f5f3e43ad19.config
2026-05-28T04:04:53.5141948Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-692f9e0d-dae9-481b-bf23-7f5f3e43ad19.config
2026-05-28T04:04:53.5189625Z ##[endgroup]
2026-05-28T04:04:53.5193260Z [command]/usr/bin/git lfs install --local
2026-05-28T04:04:53.5630990Z Updated Git hooks.
2026-05-28T04:04:53.5631838Z Git LFS initialized.
2026-05-28T04:04:53.5648696Z ##[group]Fetching the repository
2026-05-28T04:04:53.5661909Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +88d83bc64ab3886539fcc523ecbff1a3c74ae2d7:refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.0330316Z From https://github.com/yorvana/android
2026-05-28T04:04:54.0333105Z  * [new ref]         88d83bc64ab3886539fcc523ecbff1a3c74ae2d7 -> origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.0384407Z [command]/usr/bin/git branch --list --remote origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.0413216Z   origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.0430826Z [command]/usr/bin/git rev-parse refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.0448739Z 88d83bc64ab3886539fcc523ecbff1a3c74ae2d7
2026-05-28T04:04:54.0460849Z ##[endgroup]
2026-05-28T04:04:54.0462613Z ##[group]Determining the checkout info
2026-05-28T04:04:54.0464037Z ##[endgroup]
2026-05-28T04:04:54.0465154Z ##[group]Fetching LFS objects
2026-05-28T04:04:54.0466337Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.0716901Z Fetching reference refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.1065482Z ##[endgroup]
2026-05-28T04:04:54.1080132Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T04:04:54.1140530Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T04:04:54.1188638Z ##[group]Checking out the ref
2026-05-28T04:04:54.1190776Z [command]/usr/bin/git checkout --progress --force -B feature/hardening-nightly-bake refs/remotes/origin/feature/hardening-nightly-bake
2026-05-28T04:04:54.2573152Z Switched to a new branch 'feature/hardening-nightly-bake'
2026-05-28T04:04:54.2574696Z branch 'feature/hardening-nightly-bake' set up to track 'origin/feature/hardening-nightly-bake'.
2026-05-28T04:04:54.2576011Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T04:04:54.2576834Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T04:04:54.2578338Z ##[endgroup]
2026-05-28T04:04:54.2636959Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T04:04:54.2663118Z 88d83bc64ab3886539fcc523ecbff1a3c74ae2d7
